.header .logo {
	margin-top: 35px;
}

.header .sidemenu ul li {
	position: relative;
	height: 120px;
	line-height: 120px;
	padding: 0 20px;
	box-sizing: border-box;
}

.header .sidemenu ul li a {
	color: #000000;
	font-size: 1.125rem;
	display: block;
}

.header .sidemenu ul li i {
	background: url(../img/icon/nav.png) center no-repeat;
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.header .sidemenu ul li::before {
	position: absolute;
	content: '';
	width: 0%;
	right: 50%;
	bottom: 0;
	background-color: #083e8d;
	height: 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.header .sidemenu ul li::after {
	position: absolute;
	content: '';
	width: 0%;
	left: 50%;
	bottom: 0;
	background-color: #083e8d;
	height: 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.header .sidemenu ul li:hover::before,
.header .sidemenu ul li:hover::after {
	width: 50%;
	height: 3px;
}

.header .sidemenu ul li:hover i {
	display: inline-block;
}

.header .sidemenu ul li.on::before,
.header .sidemenu ul li.on::after {
	width: 50%;
	height: 3px;
}

.header .sidemenu ul li.on i {
	display: inline-block;
}

.header .sidemenu ul li.on a {
	color: #083e8d;
}

.header .sidemenu ul li:hover a {
	color: #083e8d;
}

/**new**/

.container {
	height: 120px;
	box-sizing: border-box;
	padding-top: 15px;
}

.container .link a {
	color: #ffffff;
	font-size: 0.875rem;
	border-right: 1px solid #FFFFFF;
	padding-right: 15px;
	margin-right: 10px;
}

.container .link a:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.container .link a:hover {
	text-decoration: underline;
}

.container .headwbw {
	margin-top: 15px;
}

.sidemenu_wrap {
	background-color: #07468a;
}

.sidemenu_wrap .sidemenulist {
	display: flex;
}

.sidemenulist li {
	flex: 1;
	position: relative;
}

.sidemenulist li a.item {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	box-sizing: border-box;
	border-right: 2px solid #527ead;
}

.sidemenulist li.on a.item {
	background-color: #125eac;
	border-right: 2px solid #125eac;
}

.sidemenulist li:hover a.item {
	background-color: #125eac;
	border-right: 2px solid #125eac;
}

.sidemenulist li dl{
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 999;
	text-align: center;
	display: none;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.sidemenulist li dl dd a{
	color: #07468a;
	font-size: 14px;
	background-color: #FFFFFF;
	display: block;
	height: 40px;
	line-height: 40px;
}

.sidemenulist li dl dd a:hover{
	background-color: #125eac;
	color: #FFFFFF;
}

.sidemenulist li:hover dl{
	display: block;
}

.banner {
	height: 580px;
	position: relative;
}

.banner .swiper-slide {
	height: 580px;
	background-size: cover !important;
}

.banner .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
	height: 14px;
	width: 14px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #125eac;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
}

.banner .swiper-button-white {
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	background-size: 20px;
	outline: none;
}

.banner .swiper-button-prev {
	left: 10%;
}

.banner .swiper-button-next {
	right: 10%;
}

.index_box {
	height: 460px;
	box-sizing: border-box;
	padding: 40px 0 45px 0;
}

.index_box .left {
	width: 49%;
}

.index_box .left .hd {
	border-top: 1px solid #a2bad5;
	position: relative;
	margin-bottom: 20px;
}

.index_box .left .hd ul li {
	color: #333333;
	font-size: 1.5rem;
	cursor: pointer;
	padding-top: 15px;
	margin-right: 40px;
	position: relative;
}

.index_box .left .hd ul li i {
	height: 3px;
	width: 100%;
	position: absolute;
	background-color: #07468a;
	top: -1px;
	left: 0;
	display: none;
}

.index_box .left .hd ul li.on i {
	display: inline-block;
}

.index_box .left .hd ul li.on {
	color: #07468a;
	font-weight: bold;
}

/* .index_box .left .hd a {
	position: absolute;
	color: #ffffff;
	font-size: 1rem;
	display: inline-block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #07468a;
	right: 0;
	top: 20px;
}

.index_box .left .hd a:hover {
	text-decoration: underline;
} */

.index_box .left .bd {
	margin-top: 20px;
}

.index_box .left .bd ul li {
	display: flex;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.index_box .left .bd ul li .time {
	width: 60px;
	height: 60px;
	text-align: center;
}

.index_box .left .bd ul li .time .t {
	color: #07468a;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
	background-color: #FFFFFF;
}

.index_box .left .bd ul li .time .t2 {
	color: #FFFFFF;
	background-color: #07468a;
	line-height: 20px;
	font-size: 0.75rem;
}

.index_box .left .bd ul li .text {
	flex: 1;
	font-size: 1.125rem;
	line-height: 60px;
	margin-left: 20px;
}

.index_box .left .bd ul li .text a {
	color: #333333;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index_box .left .bd ul li .text a:hover {
	color: #07468a;
	margin-left: 5px;
}

.index_box .right {
	position: relative;
	width: 49%;
}

.index_box .right .view {
	box-sizing: border-box;
	border: 5px solid #125eac;
	position: relative;
}

.index_box .right .view .video {
	width: 100%;
	height: 100%;
}

.index_box .right .view i {
	position: absolute;
	width: 82px;
	height: 82px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index_box .right .view .text {
	color: #FFFFFF;
	font-size: 1.125rem;
	position: absolute;
	width: 70%;
	background-color: #125eac;
	line-height: 30px;
	text-align: center;
	bottom: -45px;
	left: 15%;
	z-index: 9;
	padding: 25px 0;
}

.index_box .right .view .swiper-pagination{
	width: 100%;
	text-align: center;
	bottom: -70px;
}

.index_box .right .view .swiper-pagination .swiper-pagination-bullet{
	margin-right: 10px;
}

.index_box .right .view .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right: 0;
}

.index_box .right .view .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #125eac;
}

.index_box2 {
	margin: 40px auto;
}

.index_box2 .left {
	width: 49%;
	text-align: center;
}

.index_box2 .left ul li {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.index_box2 .left ul li:nth-child(3n) {
	margin-right: 0;
}

.index_box2 .left ul li .t {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
	background-color: rgba(7, 70, 138, .6);
	color: #FFFFFF;
	padding: 5px 20px;
	white-space: nowrap;
	display: none;
}

.index_box2 .left ul li:hover .t{
	display: block;
}

.index_box2 .left ul li.text .t2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: center;
	line-height: 20px;
}

.index_box2 .left ul li.text .t2 i {
	display: inline-block;
	background-color: #FFFFFF;
	height: 2px;
	width: 30px;
	top: 0;
}

.index_box2 .right {
	width: 49%;
	overflow: hidden;
	background-position: top !important;
	max-height: 498px;
	box-sizing: border-box;
}

.index_box2 .right ul {
	white-space: nowrap;
}

.index_box2 .right ul li {
	background-color: #FFFFFF;
	width: 22%;
	height: 0;
	padding-bottom: 22%;
	transform: rotate(45deg);
	/* margin-left: -30px; */
	margin-right: 65px;
	float: none;
	display: inline-block;
}

.index_box2 .right ul li:first-child {
	margin-left: -65px;
}

.index_box2 .right ul.ul2 {
	margin-top: -40px;
}

.index_box2 .right ul.ul2 li {
	margin-right: 65px;
	position: relative;
}

.index_box2 .right ul.ul2 li:first-child {
	margin-left: 34px;
}

.index_box2 .right ul.ul2 li a {
	position: absolute;
	display: block;
	/* width: 100%; */
	/* (remove this) width before rotation! */
	top: 10%;
	height: 2px;
	/* subtract half the height */
	line-height: 0px;
	/* centre the text on the base line */
	text-align: center;
	left: 10%;
	/* added */
	transform: translateX(-50%) rotate(-45deg);
	/* added translateX */
	white-space: nowrap;
}

.index_box2 .right ul.ul2 li .t {
	color: #333333;
	font-size: 1rem;
	margin-bottom: 5px;
	height: 5px;
	margin-top: 15px;
}

.index_box2 .right ul.ul3 li:first-child {
	margin-left: -11.5%;
	background-color: rgba(0, 0, 0, .05);
	border: 1px solid rgba(255, 255, 255, .1);
}

.index_box2 .right ul.ul3 li:last-child {
	background-color: rgba(0, 0, 0, .05);
	border: 1px solid rgba(255, 255, 255, .1);
}

.index_box2 .right ul.ul4 {
	margin-top: -40px;
}

.index_box2 .right ul.ul1 li:first-child {
	background-color: rgba(255, 255, 255, .1);
}

.index_box2 .right ul.ul1 li,
.index_box2 .right ul.ul4 li {
	background-color: rgba(0, 0, 0, .05);
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .1);
}


.index_box2 .right ul li:hover img {
	animation: landr 0.8s ease-in-out;
	-ms-animation: landr 0.8s ease-in-out;
	-moz-animation: landr 0.8s ease-in-out;
	-webkit-animation: landr 0.8s ease-in-out;
}

@keyframes landr {
	0% {
		transform: rotate(0deg);
		transform-origin: right bottom 0;
	}

	39% {
		transform: rotate(5deg);
		transform-origin: right bottom 0;
	}

	40% {
		transform: rotate(5deg);
		transform-origin: left bottom 0;
	}

	75% {
		transform: rotate(-10deg);
		transform-origin: left bottom 0;
	}

	100% {
		transform: rotate(0deg);
		transform-origin: left bottom 0;
	}
}

@-webkit-keyframes landr {
	0% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: right bottom 0;
	}

	39% {
		-webkit-transform: rotate(5deg);
		webkit-transform-origin: right bottom 0;
	}

	40% {
		-webkit-transform: rotate(5deg);
		-webkit-transform-origin: left bottom 0;
	}

	75% {
		-webkit-transform: rotate(-10deg);
		-webkit-transform-origin: left bottom 0;
	}

	100% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: left bottom 0;
	}
}

/*自定义动画*/

.footer{
	background-color: #125eac;
	padding-top: 25px;
}

.footer .left .logo{
	margin-top: 7px;
}

.footer .left .text{
	margin-left: 45px;
	padding-left: 45px;
	border-left: 1px solid #FFFFFF;
}

.footer .left .text .t{
	color: #FFFFFF;
	font-size: 0.875rem;
	margin-bottom: 5px;
}

.footer .bottom{
	background-color: #0e4b8a;
	padding: 20px 0;
	color: #FFFFFF;
	font-size: 0.875rem;
	margin-top: 20px;
}

.footer .bottom a{
	color: #FFFFFF;
	font-size: 0.875rem;
}

.footer .bottom a:hover{
	text-decoration: underline;
}

.banner_n{
	height: 360px;
}

.index_link {
	width: 230px;
}

.index_link span{
	display: block;
	color: #FFFFFF;
	font-size: 1.5rem;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 0 0 20px;
}

.index_link ul{
	background-color: #07468a;
	box-sizing: border-box;
	padding: 0 0 6px 6px;
}

.index_link ul li{
	margin-bottom: 1px;
	position: relative;
}

.index_link ul li a{
	display: block;
	background-color: #dae3ee;
	color: #333333;
	font-size: 1rem;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 30px;
}

.index_link ul li i{
	position: absolute;
	background: url(../img/icon/link_icon.png) center no-repeat;
	width: 8px;
	height: 12px;
	right: 20px;
	top: 20px;
	display: none;
}

.index_link ul li.on i{
	display: inline-block;
}

.wrap{
	margin-top: 30px;
	display: flex;
	padding-bottom: 80px;
}

.index_link ul li.on a{
	color: #07468a;
}

.index_link ul li:hover a{
	color: #07468a;
}

.wrap .cont{
	flex: 1;
	margin-left: 30px;
}

.index_position{
	border-bottom: 1px solid #a2bad5;
}

.index_position .name{
	color: #07468a;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.index_position .name i{
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #07468a;
}

.index_position ul{
	margin-top: 5px;
}

.index_position ul li{
	color: #666666;
	font-size: 0.875rem;
	margin-left: 10px;
}

.index_position ul li a{
	color: #666666;
	font-size: 0.875rem;
}

.index_position ul li a:hover{
	color: #07468a;
}

.index_position ul li.on a{
	color: #07468a;
}

.wrap .cont .text{
	color: #333333;
	font-size: 1rem;
	margin-top: 30px;
	line-height: 32px;
	text-indent: 2rem;
}

.wrap .cont .text .title{
	text-align: center;
	margin-bottom: 30px;
}

.wrap .cont .text .title .span{
	display: block;
	color: #333333;
	font-size: 1.5rem;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrap .cont .text .title .time{
	color: #333333;
	font-size: 0.875rem;
}

.wrap .news_list{
	flex: 1;
	margin-left: 30px;
}

.wrap .news_list .list{
	margin-top: 30px;
}

.wrap .news_list .list ul li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

.wrap .news_list .list ul li .text{
	/**width: 70%;**/
	color: #333333;
	font-size: 0.9375rem;

}

.wrap .news_list .list ul li .text img{
	margin-right: 10px;
	vertical-align: 2px;
}

.wrap .news_list .list ul li .time{
	color: #333333;
	font-size: 0.9375rem;
}

.wrap .news_list .list ul li:nth-child(5n){
	margin-bottom: 60px;
}

.page {
	text-align: right;
	margin-top: 70px;
}

.page a {
	display: inline-block;
	background-color: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background-color: #00489a;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #00489a;
	color: #FFFFFF;
	text-decoration: none;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}